home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Documents / Other / KBNS.verification.32.1 / KBNS.00.0.007 / test.m < prev   
Text File  |  1994-01-09  |  308b  |  10 lines

  1. #import <appkit/appkit.h>
  2.  
  3. int main(int argc,char argv[]){
  4.   [Application new];
  5.   [NXApp peekAndGetNextEvent:0]; // force connection with DPS
  6.   NXRunAlertPanel(NULL,"This is the pointer: %p and this is the string: %s",
  7.     NULL,NULL,NULL,argv[0],"theString");
  8.   exit(0); // don't bother to clean up here
  9.   }
  10.